dsh-rewind: In-place Dialog and File Rewind within Same Window

dsh-rewind (npm: dsh-rewind-plugin) is a DSH workflow plugin maintained by SiriLee, aligning with the Claude Code /rewind semantics: it allows rolling back to any user message within the current session window, optionally restoring files modified by write/edit/str_replace_editor. It achieves conversation rollback by using append-only log masking, with lightweight pre-write backups stored at ~/.dsh/rewind-snapshots/, and does not rely on git. Installation: dsh plugin --profile web add dsh-rewind-plugin. Licensed under MIT, requiring Node.js ^22.19.0 || >=24.0.0.

Read More